Consider the following XML snippet:
<p>
<a>
</a><b>
</b>
</p>
When folding the <a> element, the <b> element is erroneously folded as well, resulting
in the following display:
<p>
<a> \[2 lines\]
</p>
The fold error does not occur when the <b> start tag is on a new line:
<p>
<a>
</a>
<b>
</b>
</p>
I'm using jEdit 4.3pre14 with SideKick 0.7.5 and XML 2.0.9.
| Submitted | nolda - 2008-05-30 00:18:46 | Assigned | |
|---|---|---|---|
| Priority | 5 | Labels | |
| Status | open | Group | None |
| Resolution | None |
| 2008-06-02 15:30:14 halyavin |
Logged In: YES |
|---|